home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Tools & Apps / Testing & Debugging / Show Globals ƒ / MPP Vars.asm < prev    next >
Encoding:
Assembly Source File  |  1989-08-01  |  451 b   |  16 lines  |  [TEXT/KAHL]

  1.     
  2.     
  3. DData=*$2d8
  4.     dc.b 0            ; AppleTalk Node address
  5.     dc.b 0            ; destination node, RHA begin
  6.     dc.b 0            ; source node
  7.     dc.b 0            ; lap type
  8.     dc.b 0            ; hop count and two bits of packet len
  9.     dc.b 0            ; low byte of packet len
  10.     dcb.b 19,0        ; RHA, dest, source, lap type
  11.     dc.b 0            ; sysABridge (current bridge)
  12.     dc.w 0            ; sysNetNum (our network number)
  13.     dc.w 0            ; vSCCEnable, value to reenable SCC interrupts
  14.     dc.l 0            ; ATPVars (pointer to ATP variables)
  15.  
  16.